home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / easytext / _SETUP.1 / EasyText.exe / 0 / RCDATA / TBTNBOTTOMDLG / TBTNBOTTOMDLG.txt
Text File  |  1999-01-10  |  3KB  |  166 lines

  1. object BtnBottomDlg: TBtnBottomDlg
  2.   Left = 192
  3.   Top = 161
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add/Remove Users'
  7.   ClientHeight = 214
  8.   ClientWidth = 381
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 361
  22.     Height = 161
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 16
  28.     Top = 17
  29.     Width = 103
  30.     Height = 16
  31.     Caption = 'Enter UserName:'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clBlack
  34.     Font.Height = -13
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Label3: TLabel
  40.     Left = 248
  41.     Top = 16
  42.     Width = 52
  43.     Height = 16
  44.     Caption = 'User List'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = -13
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object OKBtn: TBitBtn
  53.     Left = 32
  54.     Top = 180
  55.     Width = 77
  56.     Height = 27
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clBlack
  59.     Font.Height = -13
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.     TabOrder = 0
  64.     OnClick = OKBtnClick
  65.     Kind = bkOK
  66.     Margin = 2
  67.     Spacing = -1
  68.     IsControl = True
  69.   end
  70.   object CancelBtn: TBitBtn
  71.     Left = 148
  72.     Top = 180
  73.     Width = 77
  74.     Height = 27
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clBlack
  77.     Font.Height = -13
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     TabOrder = 1
  82.     OnClick = CancelBtnClick
  83.     Kind = bkCancel
  84.     Margin = 2
  85.     Spacing = -1
  86.     IsControl = True
  87.   end
  88.   object HelpBtn: TBitBtn
  89.     Left = 264
  90.     Top = 180
  91.     Width = 77
  92.     Height = 27
  93.     HelpContext = 8
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBlack
  96.     Font.Height = -13
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 2
  101.     Kind = bkHelp
  102.     Margin = 2
  103.     Spacing = -1
  104.     IsControl = True
  105.   end
  106.   object Password: TEdit
  107.     Left = 16
  108.     Top = 51
  109.     Width = 145
  110.     Height = 21
  111.     Font.Charset = DEFAULT_CHARSET
  112.     Font.Color = clBlack
  113.     Font.Height = -11
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = []
  116.     HideSelection = False
  117.     ParentFont = False
  118.     TabOrder = 3
  119.     Text = 'YourName'
  120.   end
  121.   object Button2: TButton
  122.     Left = 176
  123.     Top = 104
  124.     Width = 65
  125.     Height = 25
  126.     Caption = 'Remove'
  127.     Font.Charset = DEFAULT_CHARSET
  128.     Font.Color = clBlack
  129.     Font.Height = -13
  130.     Font.Name = 'MS Sans Serif'
  131.     Font.Style = []
  132.     ParentFont = False
  133.     TabOrder = 4
  134.     OnClick = Button2Click
  135.   end
  136.   object Button1: TButton
  137.     Left = 176
  138.     Top = 48
  139.     Width = 65
  140.     Height = 25
  141.     Caption = 'Add'
  142.     Font.Charset = DEFAULT_CHARSET
  143.     Font.Color = clBlack
  144.     Font.Height = -13
  145.     Font.Name = 'MS Sans Serif'
  146.     Font.Style = []
  147.     ParentFont = False
  148.     TabOrder = 5
  149.     OnClick = Button1Click
  150.   end
  151.   object ListBox1: TListBox
  152.     Left = 248
  153.     Top = 40
  154.     Width = 113
  155.     Height = 97
  156.     Font.Charset = DEFAULT_CHARSET
  157.     Font.Color = clBlack
  158.     Font.Height = -11
  159.     Font.Name = 'MS Sans Serif'
  160.     Font.Style = []
  161.     ItemHeight = 13
  162.     ParentFont = False
  163.     TabOrder = 6
  164.   end
  165. end
  166.